Shopping Cart - Get Bookeasy Cart Information( getBECartInfo )

Navigate to Shopping Cart

Details

  • Name Get Bookeasy Cart Information
  • Description This method is responsible for checking the status of the cart. It will return pricing information as well as if the cart should take payment when saving the booking.
  • MethodGroup Bookeasy

Parameters

  • q
    Type Boolean
    Description Required parameter q. This must be provided to activate the query.
  • key
    Type String
    Description Required parameter key. This is the session Id for which your cart is saved against.
    Example <a class="showCode" href="/cart/getBECartInfo?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/cart/getBECartInfo?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
  • campaignID
    Type Int32
    Description Filters the results to only return specific campaign information. This overrides the operators parameter
    Example <a class="showCode" href="/cart/getBECartInfo?q=85&campaignID=6">/cart/getBECartInfo?q=85&campaignID=6</a>
  • ExternalSearch
    Type Boolean
    Description Filters the results to only return operators that have joined the bookeasy network.
    Example <a class="showCode" href="/cart/getBECartInfo?q=85&ExternalSearch=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/cart/getBECartInfo?q=85&ExternalSearch=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Bookeasy Cart Infomation Model">getBECartInfoModelV2</a>
    Name Get Bookeasy Cart Infomation Model
    Description Is the definition of the cart information response

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>